Version

WindowRect Method (SeriesViewer<T,M,A>)

Sets the rectangle representing the portion of the chart currently in view.
Syntax
'Declaration
 
Public Function WindowRect( _
   ByVal left As System.Double, _
   ByVal top As System.Double, _
   ByVal width As System.Double, _
   ByVal height As System.Double _
) As A
public A WindowRect( 
   System.double left,
   System.double top,
   System.double width,
   System.double height
)

Parameters

left
A number between 0 and 1 determining the left margin of the rectangle.
top
A number between 0 and 1 determining the top margin of the rectangle.
width
A number between 0 and 1 determining the width of the rectangle.
height
A number between 0 and 1 determining the height of the rectangle.

Return Value

self
Requirements

Target Platforms: Windows 8.1, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

View on GitHub